adguardhome: add SPDX license identifiers
authorGeorge Sapkin <[email protected]>
Thu, 4 Dec 2025 04:52:42 +0000 (06:52 +0200)
committerGeorge Sapkin <[email protected]>
Sat, 6 Dec 2025 23:39:28 +0000 (01:39 +0200)
Add GPL 2.0 only SPDX license identifiers to Makefile and all scripts.

Signed-off-by: George Sapkin <[email protected]>
net/adguardhome/Makefile
net/adguardhome/files/adguardhome.defaults
net/adguardhome/files/adguardhome.init
net/adguardhome/test.sh

index 02cbd10b5d2c57f57d74b70b90c45b5e7bc2fadf..8d9f1fed8120523c9b23cf5b4cc810a1bf9e613c 100644 (file)
@@ -1,7 +1,4 @@
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
+# SPDX-License-Identifier: GPL-2.0-only
 
 include $(TOPDIR)/rules.mk
 
index e98fee5b78f45838982b4f287abb85f1847c0ad7..d19d531eee04828e70ce600b65e348359855a0dc 100644 (file)
@@ -1,4 +1,6 @@
 #!/bin/sh
+#
+# SPDX-License-Identifier: GPL-2.0-only
 
 # Migrate old config format only
 OLD_CONFIG_FILE=$(uci -q get adguardhome.config.config)
index 6ab10dec52c1c8371ef7e03ed5ce6898b68a7ce3..3330d51a59ae881a720f78b36d7e0bfb60128660 100644 (file)
@@ -1,4 +1,7 @@
 #!/bin/sh /etc/rc.common
+#
+# SPDX-License-Identifier: GPL-2.0-only
+#
 # shellcheck disable=SC3043 # ash supports local
 
 PROG=/usr/bin/AdGuardHome
index c9c4962efc0a8c0e9edb56eb4c1b104356ce74a2..5c277d4d15c9acc690842dbae370a3b8889f9a7c 100755 (executable)
@@ -1,3 +1,5 @@
 #!/bin/sh
+#
+# SPDX-License-Identifier: GPL-2.0-only
 
 AdGuardHome --version | grep -F "$PKG_VERSION"